home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Misc / NewFile / Source / Help.h next >
Text File  |  1992-11-11  |  356b  |  24 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. /*
  5.     --------------------------------------------------------
  6. Support for help files.
  7.     --------------------------------------------------------
  8. */
  9. #import <objc/Object.h>
  10.  
  11. @interface Help:Object
  12. {
  13.     id    browser;
  14.     id    panel;
  15.     id    scrollingview;
  16.     id    text;
  17.     id    appDelegate;
  18. }
  19.  
  20. // Bring up the interface.
  21. - show:sender;
  22.  
  23. @end
  24.